home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5510 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  632 b 

  1. Path: columba.udac.uu.se!sabik!t94dwi
  2. From: t94dwi@sabik.tdb.uu.se (Daniel Widenfalk)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: CHIP RAM speed test results
  5. Date: 15 Mar 1996 21:42:44 GMT
  6. Organization: Uppsala University
  7. Distribution: world
  8. Message-ID: <4ico8k$2vau@columba.udac.uu.se>
  9. References: <john.hendrikx.4kbt@grafix.xs4all.nl> <38232981@kone.fipnet.fi>
  10. NNTP-Posting-Host: sabik.tdb.uu.se
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Could someone with a 040 (or 060) please do a little test with the
  14. MOVE16 instruction?
  15.  
  16.     move.l    #1023,d0
  17. .loop:
  18.     move16    (a0)+,(a1)+
  19.     dbf    d0,.loop
  20.  
  21. /Daniel Widenfalk
  22. t94dwi@student.tdb.uu.se
  23.